home *** CD-ROM | disk | FTP | other *** search
- object Splash: TSplash
- Left = 253
- Top = 264
- BorderIcons = []
- BorderStyle = bsNone
- Caption = 'Splash'
- ClientHeight = 300
- ClientWidth = 496
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- KeyPreview = True
- Position = poScreenCenter
- OnCreate = FormCreate
- OnKeyDown = FormKeyDown
- OnMouseDown = FormMouseDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 496
- Height = 300
- Align = alClient
- AutoSize = True
- Stretch = True
- end
- object LabelSeAutoriza: TLabel
- Tag = 30600
- Left = 260
- Top = 197
- Width = 222
- Height = 16
- AutoSize = False
- Caption = ' Se autoriza el uso de este producto a'
- Color = clGray
- Font.Charset = ANSI_CHARSET
- Font.Color = clWhite
- Font.Height = -12
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentColor = False
- ParentFont = False
- Layout = tlCenter
- WordWrap = True
- end
- object Label2: TLabel
- Left = 256
- Top = 277
- Width = 217
- Height = 13
- AutoSize = False
- Caption = '(C) 1999 Panda Software. All rights reserved.'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object LabelNombreReg: TLabel
- Left = 260
- Top = 217
- Width = 222
- Height = 13
- AutoSize = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object LabelEmpresaReg: TLabel
- Left = 260
- Top = 232
- Width = 222
- Height = 13
- AutoSize = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- Transparent = True
- WordWrap = True
- end
- object LabelDireccion: TLabel
- Left = 260
- Top = 88
- Width = 222
- Height = 13
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object LabelCPyProvincia: TLabel
- Left = 260
- Top = 102
- Width = 222
- Height = 13
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object LabelTelefono: TLabel
- Left = 260
- Top = 120
- Width = 222
- Height = 13
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object LabelFax: TLabel
- Left = 260
- Top = 134
- Width = 222
- Height = 13
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object LabelEMail: TLabel
- Left = 260
- Top = 158
- Width = 222
- Height = 13
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object LabelWeb: TLabel
- Left = 260
- Top = 174
- Width = 222
- Height = 13
- AutoSize = False
- Transparent = True
- WordWrap = True
- end
- object BtnAceptar: TButton
- Tag = 2200
- Left = 392
- Top = 248
- Width = 90
- Height = 25
- Caption = '&Aceptar'
- Default = True
- TabOrder = 0
- OnClick = BtnAceptarClick
- end
- object ComboBox1: TComboBox
- Left = 260
- Top = 61
- Width = 222
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 1
- OnChange = NoCerrar
- OnDropDown = NoCerrar
- end
- object Timer1: TTimer
- Enabled = False
- Interval = 5000
- OnTimer = Timer1Timer
- Left = 376
- Top = 8
- end
- end
-